tools/libs: create Makefile.common to be used by stubdom build system
authorAnthony PERARD <anthony.perard@citrix.com>
Fri, 25 Feb 2022 15:13:17 +0000 (15:13 +0000)
committerJulien Grall <jgrall@amazon.com>
Thu, 16 Jun 2022 15:58:50 +0000 (16:58 +0100)
commitcfa5e1d250a35554dace3487fcdc47023a1498c3
tree4eb229df8391cb0357658d39e34bdf9d0f580771
parent1489a2a084d588701af086b473aeb98e9c4ebaa2
tools/libs: create Makefile.common to be used by stubdom build system

This new "Makefile.common" is intended to be used by both tools/ and
stubdom/ build system without stubdom needed to use tools/ build
system.

It should contain the necessary list of objects and CFLAGS needed to
build a static library.

Change stubdom/ to check Makefile.common, for the linkfarm.

Signed-off-by: Anthony PERARD <anthony.perard@citrix.com>
Reviewed-by: Juergen Gross <jgross@suse.com>
19 files changed:
stubdom/Makefile
tools/libs/call/Makefile
tools/libs/call/Makefile.common [new file with mode: 0644]
tools/libs/ctrl/Makefile
tools/libs/ctrl/Makefile.common [new file with mode: 0644]
tools/libs/devicemodel/Makefile
tools/libs/devicemodel/Makefile.common [new file with mode: 0644]
tools/libs/evtchn/Makefile
tools/libs/evtchn/Makefile.common [new file with mode: 0644]
tools/libs/foreignmemory/Makefile
tools/libs/foreignmemory/Makefile.common [new file with mode: 0644]
tools/libs/gnttab/Makefile
tools/libs/gnttab/Makefile.common [new file with mode: 0644]
tools/libs/guest/Makefile
tools/libs/guest/Makefile.common [new file with mode: 0644]
tools/libs/toolcore/Makefile
tools/libs/toolcore/Makefile.common [new file with mode: 0644]
tools/libs/toollog/Makefile
tools/libs/toollog/Makefile.common [new file with mode: 0644]